projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ecc48
)
; (read-answer-short): Fix :version setting for backport
author
Noam Postavsky
<npostavs@gmail.com>
Sat, 4 Aug 2018 16:00:43 +0000
(12:00 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Sat, 4 Aug 2018 16:00:43 +0000
(12:00 -0400)
lisp/emacs-lisp/map-ynp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/map-ynp.el
b/lisp/emacs-lisp/map-ynp.el
index 87c4079a95fdf78c196b142c3359181317a4603a..a61c0adc8fb1c759c81a438c75d6789a749afa73 100644
(file)
--- a/
lisp/emacs-lisp/map-ynp.el
+++ b/
lisp/emacs-lisp/map-ynp.el
@@
-265,7
+265,7
@@
the function cell of `yes-or-no-p' is set to `y-or-on-p'."
:type '(choice (const :tag "Accept short answers" t)
(const :tag "Require long answer" nil)
(const :tag "Guess preference" auto))
- :version "2
7.1
"
+ :version "2
6.2
"
:group 'minibuffer)
(defconst read-answer-map--memoize (make-hash-table :weakness 'key :test 'equal))